home *** CD-ROM | disk | FTP | other *** search
-
- /* body description */
- body {
- margin: 0 10px;
- background-color: #fff;
- color: #000;
- }
-
- /* link classes */
- A:link { COLOR: #0000FF; TEXT-DECORATION: none; }
- A:link:hover { COLOR: #FF6600; TEXT-DECORATION: underline }
- A:active { COLOR: #FF6600; TEXT-DECORATION: underline}
-
- /* apple site does not explicitly define visited link properties, but we do here */
- A:visited { COLOR: #0000AA; TEXT-DECORATION: none }
- A:visited:hover { COLOR: #FF6600; TEXT-DECORATION: underline }
-
-
- /* link pseudo-classes */
- A.resources:link { COLOR: #0000FF; TEXT-DECORATION: none }
- A.resources:link:hover { COLOR: #ff6600; TEXT-DECORATION: underline }
- A.resources:visited { COLOR: #0000FF; TEXT-DECORATION: none }
- A.resources:visited:hover { COLOR: #ff6600; TEXT-DECORATION: underline }
- A.resources:active { COLOR: #ff6600; TEXT-DECORATION: underline }
-
-
- /* redefine table cell */
- td, TD {
- FONT-SIZE: 10px; FONT-FAMILY: lucida grande, geneva, helvetica, arial, sans-serif
- }
-
-
- /* form class, removes whitespace browsers use by default with forms */
- #form {
- margin-bottom:0;margin-right:0;margin-left:0;margin-top:0;
- }
-
-
- /* search results box styles */
- #results_cell_first {
- /*border-top: 1px #A2A6A9 solid; border-left: 1px #A2A6A9 solid;*/
- }
- #results_cell_title {
- padding-top: 10px; padding-bottom: 10px; border-top: 1px #A2A6A9 solid; padding-right: 6px; font-size: 12px; font-weight: bold; vertical-align: top; border-left: 1px #A2A6A9 solid;
- }
- #results_cell_other {
- padding-top: 10px; padding-bottom: 10px; border-top: 1px #A2A6A9 solid; padding-right: 6px; vertical-align: top;
- }
- #results_cell_date {
- padding-top: 10px; padding-bottom: 10px; border-top: 1px #A2A6A9 solid; padding-left: 4px; vertical-align: top;
- }
- #results_cell_last {
- padding-top: 10px; padding-bottom: 10px; border-top: 1px #A2A6A9 solid; border-right: 1px #A2A6A9 solid; vertical-align: top;
- }
- .results_description {
- font-size: 10px; font-weight: normal;
- }
-
-
-